home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / cron18.zip / README.TXT < prev   
Text File  |  1996-06-17  |  3KB  |  95 lines

  1. Cron the Clock Daemon
  2.  
  3. Distribution files:
  4.  
  5. CRON.EXE     Cron - Scheduling program for Windows.
  6. CRON.HLP     Documentation for Cron.
  7. FILE_ID.DIZ  Description In Zip file for BBS operators.
  8. FILE_ID.TXT  Copy of FILE_ID.DIZ, with TXT extension.
  9. KILLWIN.EXE  KillWin - Windows program to close an active window.
  10. KILLWIN.TXT  Documentation for Killwin.
  11. LOGMSG.EXE   LogMsg - DOS program for updating a log file.
  12. LOGMSG.TXT   Documentation for LogMsg.
  13. PRODUCTS.TXT Descriptions and prices of our other products.
  14. README.TXT   This tidbit of information that ties it all together.
  15.  
  16. Copyright 1994-1996, Software Engineering, Inc.
  17. All rights reserved.
  18.  
  19.  
  20. Upgrading from Version 1.7
  21. --------------------------
  22. Cron versions prior to 1.8 kept a working schedule file in the Windows
  23. directory. There are several methods by which you can retrieve your
  24. old schedule file.
  25.  
  26. 1. Run the old version of Cron and select File|Save As to save your
  27.    schedule in a file with a .CRN file extension.
  28.  
  29.     or
  30.  
  31. 2. Locate the file CRON.TAB in your Windows directory and rename the
  32.    file using your favorite file renaming utility.
  33.  
  34.     and then...
  35.  
  36. 3. Run the new version of Cron and select File|Open to load your old
  37.    schedule file. Once opened, Cron will remember the file and
  38.    automatically reload it each time it is run.
  39.  
  40.  
  41. Revision History
  42. ----------------
  43. Version 1.8
  44.  
  45. o Fixed renegade "Windows shutdown" messages when "Log All Events" was
  46.   active.
  47.  
  48. o Fixed problems associated with running Windows from a read/only
  49.   network share.
  50.  
  51. o Removed "Exit Windows To Run" option. The Windows API function
  52.   ExitWindowsExec() has fallen by the wayside. Logic tells you that it
  53.   makes sense. Consider the difficulty of maintaining an OS function
  54.   that exits the OS to execute a task. It's interesting that the
  55.   function ever existed in the first place.
  56.  
  57. o Elimination of active clock on Cron icon...alas. This was an
  58.   unfortunate side effect of migrating to Microsoft Visual C++. It
  59.   seems the undocumented window message WM_PAINTICON no longer works
  60.   the way it used to. If anyone has any suggestions, send them this
  61.   way. I kind of miss the little guy.
  62.  
  63. o The name of the Cron schedule file can now be passed on the command
  64.   line.
  65.  
  66. o The name of the last used Cron schedule file is automatically saved
  67.   in the profile. When Cron is run without command line parameters,
  68.   the last used Cron schedule file is loaded.
  69.  
  70. o The name of the Cron log file can be configured on the Settings
  71.   dialog.
  72.  
  73. o The cron schedule file is no longer updated automatically. The user
  74.   must use Save or Save As to save the schedule. Cron will query the
  75.   user to save a modified schedule before New, Open, Exit, etc.
  76.  
  77. o Switched from Borland Turbo C++ to Microsoft Visual C++ development
  78.   systems. There was nothing wrong with the Borland system. We switched
  79.   in the interest of standardization. Cron was the only product of ours
  80.   in distribution that was developed using Borland so it lost out.
  81.  
  82. o Miscellaneous minor restructuring.
  83.  
  84. o Documentation updates.
  85.  
  86. Version 1.7
  87.  
  88. o History is only maintained in our revision control system up to this
  89.   point. No concise history is available. This was the first good
  90.   public release of the program so the development history prior to
  91.   this version is irrelevant anyway.
  92.  
  93. Thanks to some of the good folks who have pointed out some of these
  94. problems to us.
  95.